ServiceGetDistributionList Method (ItemId) |
Gets a DistributionList.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DistributionList GetDistributionList(
ItemId itemId
)
Public Function GetDistributionList (
itemId As ItemId
) As DistributionList
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to return.
Return Value
Type:
DistributionListDistributionList.
See Also